testsuite: Skip GtkFileChooserNative for notification tests
authorMatthias Clasen <mclasen@redhat.com>
Sun, 15 Nov 2015 00:03:10 +0000 (19:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 15 Nov 2015 00:03:10 +0000 (19:03 -0500)
Like all the other GtkFileChooser implementations, this one
emits some unneeded notifications.

testsuite/gtk/notify.c

index 6ef29f9300a96853125e026595dafdfa56f33227..e15a4a886e0f88576cb82ea6f935860703e5cc5b 100644 (file)
@@ -407,6 +407,7 @@ test_type (gconstpointer data)
   if (g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_BUTTON) ||
       g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_DIALOG) ||
       g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_WIDGET) ||
+      g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_NATIVE) ||
       g_type_is_a (type, GTK_TYPE_PLACES_SIDEBAR))
     return;